* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*@font-face {*/
/*  font-family: pingfang;*/
/*  src: url('../font/PingFang Heavy_0.ttf');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

body, html {
  margin: 0;
  padding: 0;
  font-size: 12px;

}

span {
  display: inline-block;
}

a {
  display: inline-block;
  color: #393939;
}

p {
  -webkit-margin-before: 0;

  -webkit-margin-after: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;
  /*margin: 0;*/
  /*padding: 0;*/
}

input {
  background: none;
  outline: none;
  border: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {

}

a {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
}

input, textarea {
  outline: none;
}

input,
button {
  border-radius: 0;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

body * {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif;
}

.clear {
  clear: both;
}
